CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - hierarchical clustering

搜索资源列表

  1. hc

    1下载:
  2. 用c++实现的层次聚类。通过设置阈值T输入数据进行层次聚类。-With hierarchical clustering the c++ implementation. Input data by setting the threshold T hierarchical clustering.
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-11-18
    • 文件大小:5220352
    • 提供者:123
  1. Cluster

    2下载:
  2. 使用k-means、k-media、层次聚类方法,并通过iris数据集测试-Using k-means, k-media, hierarchical clustering method, and through the iris data set test
  3. 所属分类:matlab

    • 发布日期:2017-12-03
    • 文件大小:3439
    • 提供者:
  1. fenji

    0下载:
  2. 较简单的分级聚类,将一个样本空间分为两类-Relatively simple hierarchical clustering, a sample was divided into two categories
  3. 所属分类:matlab

    • 发布日期:2017-11-19
    • 文件大小:2079
    • 提供者:
  1. clustersuvey

    0下载:
  2. 讲解了分层次聚类法、最简单聚类法、最大距离样本、K平均聚类法、叠代自组织聚类法、ISODATA法的改进等-Explain the hierarchical clustering method, the simplest clustering method, the maximum distance the sample, K mean clustering method, self-organizing clustering iterative method, ISODATA method of
  3. 所属分类:Document

    • 发布日期:2017-11-24
    • 文件大小:47360
    • 提供者:冯俊惠
  1. Hw_7_moshishibie

    1下载:
  2. • 有可用高斯分布近似的两个样本集 • 求:用最小错误概率分类时的识别界面 • 令 • 如距离取最远距离 试用分层聚类法聚类,并作图 -• Gaussian approximation is available both sample sets • Requirements: classification with minimum error probability of recognitio
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:853
    • 提供者:houlun
  1. AgenesCluster

    0下载:
  2. 层次聚类,经典算法agenescluster-Hierarchical clustering, the classical algorithm agenescluster
  3. 所属分类:Console

    • 发布日期:2017-05-08
    • 文件大小:1731189
    • 提供者:张晗
  1. cengci_bingxing

    0下载:
  2. 一种层次聚类算法的并行改进,采用MPI编程,对三角矩阵的求解实现并行-A hierarchical clustering algorithm to improve parallelism, using MPI programming, parallel solving triangular matrix
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:335898
    • 提供者:wanghui
  1. validity

    0下载:
  2. 一种层次聚类的方法,用matlab实现的源代码,可对点数据等进行聚类分析-A hierarchical clustering method, using matlab to achieve the source code, can be carried to the point of data clustering analysis
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1142
    • 提供者:123
  1. agnes(1)

    2下载:
  2. agenes算法属于层次聚类C++代码,有些缺点请指正-agenes algorithm is hierarchical clustering C++ code, please correct some shortcomings
  3. 所属分类:Windows Kernel

    • 发布日期:2015-12-28
    • 文件大小:2048
    • 提供者:jintianqi
  1. fcm

    1下载:
  2. 谱系聚类发 给定聚类点数可得到聚类中心 很好很强大-Hierarchical clustering distributed clustering fixed points can be obtained very powerful cluster centers
  3. 所属分类:transportation applications

    • 发布日期:2017-04-15
    • 文件大小:6752
    • 提供者:何能
  1. cluster-toolbox

    0下载:
  2. 聚类工具箱,可以实现k-means,fuzzy c-means,agglomerative (hierarchical) clustering等聚类-cluster toolbox
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:12993
    • 提供者:李志猛
  1. cengcijulei

    0下载:
  2. 层次聚类算法与之前所讲的顺序聚类有很大不同,它不再产生单一聚类,而是产生一个聚类层次。-Hierarchical clustering algorithms and sequence clustering before talking about is very different, it is no longer produce a single cluster, but does generate a cluster level.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:5529
    • 提供者:BruceSatan
  1. my_clustering

    0下载:
  2. my_clustering(分层聚类算法,类内采用最大距离,类间采用最小距离实现)-my_clustering (hierarchical clustering algorithm, the largest category within distance, using the minimum distance between the class implementation)
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:832
    • 提供者:过客
  1. code

    0下载:
  2. K-MEANS以及层次聚类算法 只要加入到工程就好使了 基本的聚类算法-K-MEANS and added to the hierarchical clustering algorithm works just fine so long as the basic clustering algorithm
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-13
    • 文件大小:2813
    • 提供者:清露翌晨
  1. dbscan

    0下载:
  2. DBSCAN(Density-Based Spatial Clustering of Applications with Noise)是一个比较有代表性的基于密度的聚类算法。与划分和层次聚类方法不同,它将簇定义为密度相连的点的最大集合,能够把具有足够高密度的区域划分为簇,并可在噪声的空间数据库中发现任意形状的聚类。 -DBSCAN (Density-Based Spatial Clustering of Applications with Noise) is a more represent
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-24
    • 文件大小:8187302
    • 提供者:王恩浩
  1. PR

    0下载:
  2. 各种模式识别算法源码,包括c均值聚类,层次聚类,fisher判决器,贝叶斯判决,神经网络等算法-Pattern recognition algorithm source code, including c-means clustering, hierarchical clustering, fisher judgment, a judgment Bayesian neural network algorithm
  3. 所属分类:matlab

    • 发布日期:2017-05-30
    • 文件大小:12386856
    • 提供者:李潇雨
  1. KM-Cluster

    0下载:
  2. K-means 经典聚类算法,是在空间域进行聚类,属于层次聚类算法中的一种-Classical clustering algorithm, clustering in the spatial domain, belonging to a hierarchical clustering algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-04-25
    • 文件大小:9045
    • 提供者:huahua
  1. jlfx

    0下载:
  2. matlab聚类分析的几个例程 包括系统聚类的法案分析 K均值聚类的法的案例分析 模糊C均值聚类分析的典型案例-matlab clustering analysis of several routines, including hierarchical clustering analysis of K-means clustering Act case law analysis of typical cases Fuzzy C-Means Clustering Analysis
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:18644
    • 提供者:xcx
  1. code_registration_release_v1.0

    0下载:
  2. 非刚性表面检测和配准。一种新的非刚性基于局部熵图匹配方法。-a novel high-order affinity graph is constructed to model the consistency of local topology. A hierarchical clustering approach is then used to locate the nonrigid surfaces
  3. 所属分类:Special Effects

    • 发布日期:2017-06-02
    • 文件大小:13942597
    • 提供者:曹德才
  1. h_clustering

    0下载:
  2. hierarchical clustering in matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1173
    • 提供者:leila
« 1 2 3 4 5 67 8 9 »
搜珍网 www.dssz.com